object InputForm: TInputForm Left = 200 Top = 98 BorderIcons = [] BorderStyle = bsDialog Caption = 'InputForm' ClientHeight = 63 ClientWidth = 223 Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 15 object Prompt: TLabel Left = 6 Top = 3 Width = 40 Height = 15 Caption = 'Prompt' end object Input: TEdit Left = 6 Top = 20 Width = 151 Height = 23 TabOrder = 0 end object Button1: TButton Left = 160 Top = 0 Width = 59 Height = 25 Caption = '&Ok' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 160 Top = 32 Width = 59 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end end